watermark-design / watermark

watermark for the browser
https://watermark-design.github.io/watermark/
MIT License
132 stars 3 forks source link

vue2.7使用报错 #539

Open nigiwen opened 1 month ago

nigiwen commented 1 month ago

以前的Issues

问题描述

复现步骤

import WatermarkDesign from '@watermark-design/vue'

<template>
  <WatermarkDesign content="hello watermark" :width="200" :height="200">
    <div id="app">
      <router-view />
    </div>
  </WatermarkDesign>
</template>

环境详情

nigiwen commented 1 month ago

希望可以添加vue2使用示例

nigiwen commented 1 month ago

image

zhensherlock commented 1 month ago

感觉反馈,打包出的产物有点问题,尽快修复。

zhensherlock commented 3 weeks ago

你好,已支持vue2.7项目,请更新至1.4.0 Demo:https://stackblitz.com/edit/vue2-vite-starter-gjt5cp