Skip to Content
Welcome to yujie-code-blogs build by Nextra 4.0 🎉
前端八股文合集VueVue 的单文件组件的了解

Vue 的单文件组件的了解

<template></template> <script setup lang="ts" name="XxxxXxxx"></script> <style scoped lang="scss"></style>