提交 c58bd646 编写于 作者: W weixin_46115723

Sun Nov 17 17:49:00 CST 2024 inscode

上级 2912bf9c
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
import { RouterLink, RouterView } from 'vue-router' import { RouterLink, RouterView } from 'vue-router'
import HelloWorld from './components/HelloWorld.vue' import HelloWorld from './components/HelloWorld.vue'
import { provide, reactive } from 'vue' import { provide, reactive } from 'vue'
import { eventBus } from '@/function/bus/index.js' import { eventBus } from './function/bus/index.js'
const watermark = reactive({ const watermark = reactive({
rotate: -30, // 水印的旋转角度, 单位 °,取值范围[-90, 90] rotate: -30, // 水印的旋转角度, 单位 °,取值范围[-90, 90]
...@@ -31,7 +31,7 @@ provide('watermark', watermark); ...@@ -31,7 +31,7 @@ provide('watermark', watermark);
<template> <template>
<header> <header>
<img alt="Vue logo" class="logo" src="@/assets/logo.svg" width="125" height="125" /> <img alt="Vue logo" class="logo" src="./assets/logo.svg" width="125" height="125" />
<div class="wrapper"> <div class="wrapper">
<HelloWorld msg="You did it!" /> <HelloWorld msg="You did it!" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册