mirror of
https://gitee.com/ssssssss-team/magic-boot.git
synced 2026-05-15 00:00:02 +08:00
升级ui vue3版本
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
export const testCode = `
|
||||
<template>
|
||||
<div class="aaa">
|
||||
{{ msg }}
|
||||
<el-button type="primary" @click="$emit('xxClick')">阿斯顿发</el-button>
|
||||
{{ props.aaaaaa }}
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
const msg = '11111'
|
||||
const props = defineProps({
|
||||
aaaaaa: String
|
||||
})
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.aaa{
|
||||
font-size: 30px;
|
||||
color: red;
|
||||
}
|
||||
</style>
|
||||
`
|
||||
Reference in New Issue
Block a user