Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bcde8bd

Browse filesBrowse files
committed
feat: add rollup config
1 parent da59a0e commit bcde8bd
Copy full SHA for bcde8bd

File tree

9 files changed

+780
-20
lines changed
Filter options

9 files changed

+780
-20
lines changed

‎src/App.vue renamed to ‎demo/App.vue

Copy file name to clipboardExpand all lines: demo/App.vue
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
<template>
22
<div id="app">
3-
<img alt="Vue logo" src="./assets/logo.png">
43
<code-diff-viewer :new-content="newStr" :old-content="oldStr" title="测试删除"/>
54
<code-diff-viewer :new-content="oldStr" :old-content="newStr" title="测试添加"/>
65
<code-diff-viewer :new-content="modifiedStr" :old-content="oldStr" title="测试修改"/>
76
</div>
87
</template>
98

109
<script>
11-
import CodeDiffViewer from './components/CodeDiffViewer.vue';
10+
import CodeDiffViewer from '../src/components/CodeDiffViewer.vue';
1211
1312
export default {
1413
name: 'app',
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.