The current version is only compatible with Vue 3. If you need Vue 2 support use a 4.1.x version.UsageYou can see setup examples in the examples/ folder.import { createApp } from 'vue'; import App from './App.vue'; import VueDOMPurifyHTML from 'vue-dompurify-html'; const app = ...
vue2 和 vue-dompurify-html 的概述 vue2 是什么? Vue.js 是一个用于构建用户界面的渐进式 JavaScript 框架。 Vue 2 是 Vue.js 的一个重要版本,它继承了 Vue 1 的优点,并且在性能、组件化、工具支持等方面进行了改进和优化。 Vue 2 的设计主要偏向于轻量级和易用性,适合快速构建单页面应用(SPA)。 vue-...
Safe replacement for the v-html directive. Latest version: 2.6.0, last published: 9 months ago. Start using cmss-vue-dompurify-html in your project by running `npm i cmss-vue-dompurify-html`. There are no other projects in the npm registry using cmss-vue
chore(deps): update dependency vite to v6.2.2 Mar 14, 2025 .gitignore Reorganize into a monorepo structure Jul 13, 2022 .prettierignore Add Nuxt 3 example Dec 15, 2023 .prettierrc Setup Prettier Apr 17, 2019 LICENSE Thevue-nextbranch is now themainbranch and target Vue 3 by de… ...
<script src="https:///npm/vue@2/dist/vue.js"></script> </head> <body> <div id="app"> <div class="outer"> <div class="menu"> <div class="item"> <div class="title"> 菜单一</div> <div class="con"> <div>111</div> ...
2 changes: 1 addition & 1 deletion 2 turbo.json Show comments View file Edit file Delete file Original file line numberDiff line numberDiff line change @@ -1,6 +1,6 @@ { "$schema": "https://turborepo.org/schema.json", "pipeline": { "tasks": { "typecheck": { "dependsOn"...
For Yarn 2+ docs and migration guide, see yarnpkg.com. Package detail … 0 … https://yarn.pm/… … Use it $yarn add … Try in RunKit·Browse Files Popularity Downloads last 30 days 0 jsDelivr last 30 days 0 Dependents 0
@@ -2,4 +2,5 @@ node_modules coverage/ .idea/ .stryker-tmp/ .envrc .envrc .turbo/ 1 change: 0 additions & 1 deletion 1 dist/vue-dompurify-html.umd.js Load diff This file was deleted. 10 changes: 0 additions & 10 deletions 10 example/ExampleLocalDirective.vue Load diff ...
https://codesandbox.io/s/vue-dompurify-nuxt-bridge-problem-6pg2j?file=/pages/index.vue Owner LeSuissecommentedDec 1, 2021 Hi, I never used Nuxt so I'm not sure I'm going to be of a big help here. Two guesses: did you try with the3.0.0-alpha.3version since recent version of Nu...
2 Dependencies 0 Dependents 1 Versions vue-dompurify-htmlA "safe" replacement for the v-html directive. The HTML code is sanitized with DOMPurify before being interpreted.This is only a small wrapper around DOMPurify to ease its usage in a Vue app. You should take a look at the DOMPurify ...