Thu Apr 27 02:06:00 UTC 2023 inscode

上级 0439d9a8
...@@ -8,12 +8,13 @@ ...@@ -8,12 +8,13 @@
</div> </div>
</template> </template>
<script setup> <script setup>
import { ref, version as vueVersion } from 'vue' import { ref, version as vueVersion } from 'vue' // 从 Vue 中导入 ref 和 vueVersion
import { version, Message } from 'view-ui-plus' import { version, Message } from 'view-ui-plus' // 从 view-ui-plus 中导入 version 和 Message
const msg = ref('Hello View Design!') const msg = ref('Hello View Design!') // 创建一个响应式的变量 msg,并将其初始值设置为 'Hello View Design!'
function handleClick() { function handleClick() { // 定义一个名为 handleClick 的函数
Message.info('Welcome to InsCode') Message.info('Welcome to InsCode') // 在页面上显示一个提示消息
} }
</script> </script> // 结束 `script setup` 语法
<style></style> <style></style>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册