@@ -1,3 +1,13 @@
<template>
- <h1>LICENSE</h1>
-</template>
+ <h1>{{title }}</h1>
+</template>
+<script lang="ts" setup>
+const data=()=>{
+ return {
+ title:'LICENSE'
+ }
+}
+const {
+ title
+}=toRefs(data())
+</script>
@@ -28,8 +28,6 @@ onMounted(() => {
getDataList()
})
-function onCreate() {}
-
function onPartnerCatAdd() {
partnerCatRef.value.showAddModel()
}