+9
-28
lines changedFilter options
+9
-28
lines changed Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@
52
52
"eslint-config-prettier": "8.3.0",
53
53
"eslint-plugin-html": "6.2.0",
54
54
"eslint-plugin-prettier": "4.0.0",
55
-
"eslint-plugin-vue": "8.1.1",
55
+
"eslint-plugin-vue": "8.2.0",
56
56
"jest": "27.4.3",
57
57
"jest-serializer-vue": "2.0.2",
58
58
"less": "4.1.2",
Original file line number Diff line number Diff line change
@@ -13,11 +13,9 @@
13
13
</li>
14
14
</template>
15
15
16
-
<script>
16
+
<script setup>
17
17
import { linkProps } from '../../props/link.props';
18
-
</script>
19
18
20
-
<script setup>
21
19
defineProps({
22
20
...linkProps,
23
21
active: { type: Boolean, default: false },
Original file line number Diff line number Diff line change
@@ -53,13 +53,10 @@
53
53
</button>
54
54
</template>
55
55
56
-
<script>
57
-
import { linkProps } from '../../props/link.props';
58
-
</script>
59
-
60
56
<script setup>
61
57
import BtnGroup from './BtnGroup.vue';
62
58
import { computed } from 'vue';
59
+
import { linkProps } from '../../props/link.props';
63
60
64
61
const props = defineProps({
65
62
...linkProps,
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4