style: remove unused <script> sections from components
This commit is contained in:
parent
014451ffa0
commit
21df633e9e
4 changed files with 0 additions and 8 deletions
|
@ -1,5 +1,3 @@
|
|||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<div class="btn-group">
|
||||
<slot></slot>
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<footer class="footer">
|
||||
<slot></slot>
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<header class="header">
|
||||
<slot></slot>
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<div class="welcome">
|
||||
<div class="welcome__image">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue