mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-03 13:44:47 +08:00
13
src/views/able/watermark.vue
Normal file
13
src/views/able/watermark.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<script setup lang="ts">
|
||||
import { useWatermark } from "/@/utils/watermark";
|
||||
const { setWatermark, clear } = useWatermark();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<el-button @click="setWatermark('vue-pure-admin')">创建</el-button>
|
||||
<el-button @click="clear">清除</el-button>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
Reference in New Issue
Block a user