Skip to content

Commit

Permalink
Merge pull request #25 from Fine0830/test/update
Browse files Browse the repository at this point in the history
  • Loading branch information
Fine0830 authored Jan 8, 2025
2 parents c9fa7e7 + ca0c7bb commit ad43697
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
/* background-image: linear-gradient(130deg, #f6f8ff 0%, #fcfcff 100%); */
}
.test {
margin-top: 100px;
width: 100%;
height: 100%;
background-image: linear-gradient(130deg, #f6f8ff 0%, #fcfcff 100%);
Expand Down
5 changes: 2 additions & 3 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ ClientMonitor.register({
service: 'test-ui',
pagePath: 'index.html',
serviceVersion: 'v1.0.0',
vue: Vue,
// useFmp: true
});
useWebVitals: true,
});

// vue error
new Vue({
Expand Down

0 comments on commit ad43697

Please sign in to comment.