Skip to content

Commit

Permalink
Merge pull request #24 from Fine0830/test/update
Browse files Browse the repository at this point in the history
update test
  • Loading branch information
Fine0830 authored Jan 6, 2025
2 parents c441835 + 92518eb commit c9fa7e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ ClientMonitor.register({
service: 'test-ui',
pagePath: 'index.html',
serviceVersion: 'v1.0.0',
useCoreWebVitals: false,
useFmp: false,
useWebVitals: true,
});
// // promise error
function foo() {
Expand Down
2 changes: 1 addition & 1 deletion src/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<img src="example.jpg" width="600" height="100" alt="example">
</div>
</body>
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
<style>
.app {
width: 100%;
Expand All @@ -31,6 +32,5 @@
height: 100%;
background-image: linear-gradient(130deg, #f6f8ff 0%, #fcfcff 100%);
}

</style>
</html>

0 comments on commit c9fa7e7

Please sign in to comment.