fix: opt in to import.meta.* properties (#364)
This commit is contained in:
@@ -32,7 +32,7 @@ export default {
|
||||
|
||||
methods: {
|
||||
mouseDownHandler(e) {
|
||||
if (process.server) return
|
||||
if (import.meta.server) return
|
||||
// Get the current mouse position
|
||||
this.x = e.clientX
|
||||
|
||||
|
||||
Reference in New Issue
Block a user