mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 06:03:22 +08:00
fix typo in comment
This commit is contained in:
parent
5c93c6e560
commit
487c1465d2
@ -72,7 +72,7 @@ module.exports = function (api) {
|
||||
|
||||
api.createPages(({ createPage }) => {
|
||||
createPage({
|
||||
// name: '/demos/Extensions/CharacterCount'
|
||||
// path: '/demos/Extensions/CharacterCount'
|
||||
path: `/demos/${match[1]}`,
|
||||
component: './src/templates/DemoPage/index.vue',
|
||||
context: {
|
||||
|
Loading…
Reference in New Issue
Block a user