feat: 重新录制 snippets.gif

This commit is contained in:
Burt 2024-01-24 15:28:38 +08:00
parent 5f8ea85d00
commit e212f6f816
5 changed files with 4 additions and 4 deletions

View File

@ -71,7 +71,7 @@
`vue` 文件里面输入 `v3` 触发这个代码段。如下图,用户可以在`.vscode/vue3.code-snippets` 里面自行修改。
![v3 snippets](./screenshots/snippets2.gif)
![v3 snippets](./screenshots/snippets.gif)
## 🌍 License

Binary file not shown.

After

Width:  |  Height:  |  Size: 509 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 509 KiB

After

Width:  |  Height:  |  Size: 648 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 570 KiB

View File

@ -1,15 +1,15 @@
<route lang="json5" type="page">
{
style: { navigationBarTitleText: '分包-DEMO' },
style: { navigationBarTitleText: 'title' },
}
</route>
<template>
<view class="">分包-DEMO</view>
<view class="">xxx yyy</view>
</template>
<script lang="ts" setup>
//
// code here
</script>
<style lang="scss" scoped>